ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / SourceIsObservableCollection Property

In This Topic
    SourceIsObservableCollection Property
    In This Topic
    Gets a value indicating whether the source collection is an System.Collections.ObjectModel.ObservableCollection`1.
    Syntax
    'Declaration
     
    Protected Property SourceIsObservableCollection As System.Boolean
    protected System.bool SourceIsObservableCollection {get; set;}
    See Also